body {
    overflow-x: hidden;
}

/* 设置滚动条样式 */
::-webkit-scrollbar {
    width: 0 !important;
    height: 0.625rem !important;
    -webkit-appearance: none;
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    height: 0.375rem;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0.375rem;
    background-color: #ccc;
    background-clip: padding-box
}

.nav-transparent {
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .nav-list {
        width: 95%;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-brand {
        padding-left: 3.125rem;
    }
}

.mod-title {
    width: 100%;
    text-align: center;
    margin: 3.125rem auto;
}

.line-text {
    font-size: 1.75rem;
}

.line {
    display: inline-block;
    width: 6.25rem;
    border-top: 1px solid #cccccc;
    vertical-align: 0.625rem;
}

.title-line {
    height: 0.375rem;
    width: 9.375rem;
    border-radius: 0.375rem;
    background: linear-gradient(to right, #0ACFFE, #495AFF);
    margin: 1.25rem auto 0;
    box-shadow: 0 0.125rem 0.625rem rgba(84, 84, 84, 0.5);
}

@media (max-width: 992px) {
    .line {
        display: none !important;
    }
}

.buoy{
    text-decoration: none;
    display: block;
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    background: #f6f6f6;
    color: gray;
    z-index: 3;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.25rem;
    box-shadow: 0 0 0.75rem rgba(0,110,245,0.5);
    transition: all 300ms;
}

.buoy:hover{
    background: linear-gradient(to right bottom, #0ACFFE, #495AFF);
    color: #ffffff;
}

.customer{
    right: 1rem;
    bottom: 18rem;
}

.toTop {
    right: -3rem;
    bottom: 15rem;
}

.toTop>img{
    width: 2.5rem;
    height: 2.5rem;
}

.qrcode{
    text-align: center;display: flex;justify-content: flex-end;font-size: 0.75rem;
}

@media (max-width: 768px) {
    .qrcode{
        justify-content: space-around !important;
    }
}